github.com/klauspost/compress/flate.huffmanBitWriter.extraBitSize (method)

3 uses

	github.com/klauspost/compress/flate (current package)
		huffman_bit_writer.go#L392: func (w *huffmanBitWriter) extraBitSize() int {
		huffman_bit_writer.go#L573: 		extraBits = w.extraBitSize()
		huffman_bit_writer.go#L658: 		extraBits = w.extraBitSize()